GtkSidebar: Make docs show up
authorMatthias Clasen <mclasen@redhat.com>
Wed, 22 Oct 2014 04:45:22 +0000 (00:45 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Wed, 22 Oct 2014 05:13:00 +0000 (01:13 -0400)
gtk/gtksidebar.c

index e5121eddc98987f2a66dedf2c9d22a4df52007bc..39c332150af5ce88533445eb4d146f6d0349f3e8 100644 (file)
 #include "gtkintl.h"
 
 /**
- * SECTION:gtk-sidebar
- * @short_description: An automatic sidebar widget
- * @title: GtkSidebar
+ * SECTION:gtksidebar
+ * @Title: GtkSidebar
+ * @Short_description: An automatic sidebar widget
  *
- * A GtkSidebarWindow enables you to quickly and easily provide a consistent
+ * A GtkSidebar enables you to quickly and easily provide a consistent
  * "sidebar" object for your user interface.
  *
- * In order to use a GtkSidebar, you simply use a GtkStack to organise
+ * In order to use a GtkSidebar, you simply use a GtkStack to organize
  * your UI flow, and add the sidebar to your sidebar area. You can use
  * gtk_sidebar_set_stack() to connect the #GtkSidebar to the #GtkStack.
  *